See it hosted:
https://trello-clone-zlawrence.herokuapp.com/M
- Clone the project into your desired folder
- Make sure you have node and npm installed
- Install all dependencies:
$ npm i
- To serve the code, run one of the two servers;
Run the webpack dev server (served to localhost:8080);
$ npm run dev
Or use the express production server (served to localhost:3000);
$ npm run build
$ npm start
- Run the tests;
$ npm test
- React
- Bulma css framework
- Css