- Install Nodejs from Nodejs Official Page
- Open your terminal
- Navigate to the project
- Run npm installoryarn installif you use Yarn
- Run npm run devoryarn serveto start a local development server
- A new tab will be opened in your browser
You can also run additional npm tasks such as
- npm run buildto build your app for production
- npm run lintto run linting.