Advanced ToDo app with better UX
Check the demo hosted on Firebase: https://todoapp-3eed7.web.app/
This is not a single page app.
First clone this repository.
$ git clone https://github.com/mjprogramation/todoAppInstall dependencies. Make sure you already have nodejs & npm installed in your system.
$ npm install # or yarnto run it localy (this commande uses express to serve the app on port 3001 if you want to change the port, edite server.js file)
$ npm startto save change you've made
$ npm run build-devfor production use:
$ npm run build-devto make any changes in bootstrap sass file use:
$ npm run sassor to keep sass watching for changes use:
$ npm run sass-watchweb pack configration included in the webpack.config.js file, takes src/App.js as input and public/js/main.js as output