React app
A base react app with webpack and babel
npm install
npm run serve
npm run build
Routes / Landing page
/tasks List Tasks
/tasks/self My List Tasks
/Dashboard Dashboard of the tasks progress
/login Form to login
/signup Form for creating a new user
- src
- components: Shared components (ej, navigation menu, card)
- pages: main components for each page or module , can be Containers
- utils: Utilitary
- routes: Components for defining routes
- services: services to consume api (axios, fetch)
- i18n: Internationalization config files