A ToDo app using React. Uses webpack and babel for transpiling. The transpilled code is present under dist folder.
View the app by opening the index.html under dist folder in your browser(Chrome preferred).
Clone or download the project to your system.
Node.js
Install the latest version if you dont have one
npm install
This will install the dependencies
npm run build
This will build the project and get the transpilled code under dist folder
npm start
This will get the server up and running
- Ansley Rodrigues - Initial work - (https://github.com/ansleyr2)
This project is licensed under the MIT License - see the LICENSE.md file for details