/LaXarxa

The scaffold of a website to be used by lawyers and immigrants. Based on Gatsby and content as markdown created via HackMD. The idea comes from a talk in a local association in Olot (Spain)

Primary LanguageTypeScript

Development

Run the web app locally

Scripts

npm run web: starts the web app in development

npm run start: starts the application in development using nodemon and ts-node to do hot reloading.

npm run build: nuilds the app at build, cleaning the folder first.

npm run start:prod: starts the app in production by first building the project with npm run build, and then executing the compiled JavaScript at build/index.js.