cliffordfajardo / li-getting-started-with-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LI - Getting Started with React

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)

Development on this Repository

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

Deployment

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.

References

About


Languages

Language:TypeScript 74.8%Language:JavaScript 25.2%