manduks / generation-take-home-cra

Generation Mexico's take home challenge problem for dev candidates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing instructions

This project has Create React App CLI integration.

Install the dependencies and devDependencies and start the server in the root folder do:

$ npm install
$ cd client
$ npm install
$ cd ..

To run development mode do:

$ npm start

This will start both apps, the client side app served at port 3000 and the serverside app at port 8000

localhost:3000 localhost:8000

If you want to see only the production build do

$ npm run prod

Screen Shots

N|Solid N|Solid

License

MIT

Free Software, Hell Yeah!

About

Generation Mexico's take home challenge problem for dev candidates


Languages

Language:JavaScript 74.9%Language:HTML 15.5%Language:CSS 9.6%