Skip to content
forked from 701-T4/flatshare

Core repository for the platform team 4 is developing

License

Notifications You must be signed in to change notification settings

akash744/platform

 
 

Repository files navigation

Platform

Core repository for the platform team 4 is developing

Quick Start

  1. Ensure you have NodeJS 16.x installed and it is your current node executable.
  2. Run yarn to fetch dependencies.
  3. Run yarn run start:dev to simultaneously run the frontend and backend.

Running with Docker

Running with Docker will ensure that users can quickly get environment up and running so they can quickly iterate on work. The application will work regardless of operating system and configuration.

Web app

Ensure you have set up backend env files first. Checkout backend README for more info.

  1. Run yarn run start:docker to simultaneously run the frontend and backend in docker containers.

Tests

  1. Run yarn run test:docker to simultaneously run the frontend and backend tests in docker containers.

For more detail, view CONTRIBUTING.md.

About

Core repository for the platform team 4 is developing

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.8%
  • HTML 5.3%
  • JavaScript 4.3%
  • Dockerfile 1.2%
  • Other 0.4%