Skip to content

hanief/tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks

This is a simple tasks CRUD app.

Setup

  1. Install Yarn

  2. Run the setup script:

./setup.sh
  1. Set the correct .env values in root and mocks/ directory

Development

Start the development server on http://localhost:3000:

npm run dev

Start the mock server on http://localhost:3001:

npm run mock

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview