Presentation at LinkedIn for learning the fundamentals of React For more information on this react template, go to go/remix-template or slack channel#remix-react-web
Remix Crash Course (Course URL)
Once you clone the repository, you need to install the javascript depenedencies using the following command:
# on linkedin lapptops the yarn command is already installed for you. If you are not on LI laptop etc, use the "npm" instead of "yarn"
yarn install
Once dependencies are installed, you can start the application with the following command:
npm run dev
First, build your app for production:
npm run build
Then run the app in production mode:
npm start
Now you'll need to pick a host to deploy it to.
- go/remix-template
- Slack channel: #remix-react-web
- Remix Docs