- NodeJS LTS version (v8.11.4 at time of writing)
- A preferred Text Editor. I like to use VSCode.
In a terminal, navigate to the repository and execute these commands:
cd acmwebsite
npm install && npm start
A browser will launch and open the website. You can now begin development! Any changes made to the website will update automatically, no need to rebuild.
To create an optimized production build, run this command:
npm run build
Or, in VSCode:
- Mac:
⌘ + SHIFT + B
- Windows:
CTRL + SHIFT + B
This generates the build
folder, which contains the files you will deploy to the server to be published for all to see! 👀