quannm97 / ERP-prj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

  • [1.Configure environment variable information](#1-Configure environment variable information)
  • [2.Use the appropriate node version](#2-Use the appropriate node version)
  • [3.Install and build in each directory](#3-Install and build in each directory)
  • [4.Start server](#4-start server)
  • [5.Start client](#5-start client)

Summary of steps to start in Local

1. Configure environment variable information

Update necessary information for .env based on env-example

2. Use the appropriate node version

nvm use

3. Install and build in each directory

(from root folder) npm run setup

4. Start server

(from server folder) npm run start:dev

5. Start client

(from client folder) npm start

About

License:MIT License


Languages

Language:TypeScript 49.9%Language:CSS 25.7%Language:JavaScript 18.0%Language:HTML 5.3%Language:Shell 1.0%