This is a simple tasks CRUD app.
-
Install Yarn
-
Run the setup script:
./setup.sh
- Set the correct .env values in root and mocks/ directory
Start the development server on http://localhost:3000
:
npm run dev
Start the mock server on http://localhost:3001
:
npm run mock
Build the application for production:
npm run build
Locally preview production build:
npm run preview