Skip to content

fc5y/user-fe

Repository files navigation

Status
CI
Staging
Production

Description

User Frontend for fc5y project

How to run

Development:

npm install
npm run dev

Test:

npm run test

Notice

Developers can modify everything but please provide the scripts to run dev, start and test.

For example:

  • Developers can change the place of test files, developers can add test config
  • Developers can change the folder structure
  • Developers can change the content inside src folder but please remain the index.js file.
  • Developers can change the config of webpack/eslint/config but please seeks for admins' advices