Skip to content

BitSaber/aalto-project-2021

 
 

Repository files navigation

Project

How to run

Development mode

Front-end:

# Go inside the directory
cd src/client

# Install dependencies (No need after first time)
npm install

# Start development server
npm run start

Documentation:

# Go inside the directory
cd src/docs

# Install dependencies (No need after first time)
npm install

# Start development server
npm start

Back-end:

# Go inside the directory
cd src/server

# Install dependencies (No need after first time)
npm install

# Start development server
npm run dev

Postgres:

# IF you need to reset db, do this first
docker-compose down

# Go inside the directory
docker-compose up -d

Cypress:

# Start Cypress
npm run cypress:open

Prettier:

# In the root directory
npm run prettier:write

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.8%
  • JavaScript 10.2%
  • CSS 4.4%
  • HTML 0.6%