Skip to content

ram-brands/frontend

Repository files navigation


Requirements


Install RAM Web Services’ front end for local development

First, get the back end up and running. Follow these instructions.

Set up the project and fetch all dependencies:

yarn install

Compile and start the application (with hot-reloads):

yarn serve

(Then, to stop the application just type ctrl-C.)


Wanna write some code? Follow these steps first

Format your code:

yarn lint

Check if the production build is working:

yarn build --mode development

Customize configuration

See Configuration Reference.