Giter Club home page Giter Club logo

guidesmiths-front's Introduction

Test challenge using React/Redux and NodeJS

Available Scripts

Please navigate to /back on the console and run:

npm i

npm run dev

to keep the backend running with nodemon on port 3001.

Local run

On a new console tab please navigate to /front and run:

npm i

npm start

the React/Redux app will be running on http://localhost:3000 While both front and back are running, you can open a new console tab and run:

npm run cypress

the cypress UI will pop up and tests can be run from there. Please note the line 12 in /front/src/storeConfig.js has been commented out so cypress can run. If you want to use Redux dev tools please include that line and cypress will behave unpredictably.

Dockerized run

On a new console navigate to /front and run:

docker-compose up

Wait for docker to build the container and install dependancies and the React/Redux app will be running on http://localhost:3000. Remember that backend NodeJS app must be running.

To use cypress in the dockerized app modify line 12 in Dockerfile.dev as follow:

CMD ["npm", "run", "cypress"]

guidesmiths-front's People

Contributors

adrianvide avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.