Skip to content

akrosinc/reveal-web

Repository files navigation

Official Web Application for Reveal platform

Available Scripts

In the project directory, you can run:

yarn install

Used to install all dependencies for a project.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Building a docker container

Application is docker ready and can be build and run inside Docker

docker build -t frontend .

docker run --name frontend -p 3000:3000 frontend

Open http://localhost:3000 to view it in the browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages