Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 376 Bytes

File metadata and controls

27 lines (18 loc) · 376 Bytes

fv-react-engine

React boilerplate that is used with the Software Engineering Course at the Faroe Islands University, a React Game Engine Boilerplate.

First run

npm install

To start the app locally in development mode run

npm start

To start using docker run

docker-compose up --build

To build the production version run

npm run build