To-do Web application React JS frontend.
Backend application available in https://github.com/rboeg/todo-spring-boot-be
- Node.js >= 12.20.7
- TypeScript >= 4.2.4
- React >= 17.0.3
- Axios >= 0.21.1
- Bootstrap >= 4.6.0
Clone down this repository. You will need node and npm installed globally on your machine.
Create an .env file locally. You can duplicate .env.example and name the new copy .env. Adapt the variables to your needs.
Installation:
npm install
To start the development server:
npm start
To build for production:
npm run build
For environments using Node, the easiest way to run builds is using serve (npm install -g serve) and let it handle the rest:
serve -s build
