Skip to content

A glossary from the Rick and Morty API to practice async/await techniques with React.

License

Notifications You must be signed in to change notification settings

darkOwlWood/ReactRickAndMortyGlosary

Repository files navigation

Rick and Morty React Glosary

A glossary from the rick and morty API to practice async/await techniques using the React library.

Demo

Link to the web page: https://dazzling-nobel-e57540.netlify.app

Getting Started

Prerequisites

To install the project you should have :

  • Nodejs 12.19.0
  • npm 6.14.8

Start to use

First, change to the root directory of the project and install all the necessary dependencies and dev-dependencies with the command:

npm i

Development ambient

If you want to start a dev ambient you should be at the root directory and execute the the next command in the console:

npm run build:dev

After executing the previous command you will notice a new directory called dist, this is where are the React bundles. Now to run a dev server:

npm run start-server:dev

After that go head to your web browser and write localhost:8080 the web page should be up and ready to use.

Production ambient

To build a production bundle you can run the next command:

npm run build:production

After run the previous command all the bundle generated will be in the dist directory, you can put all the content from dist in your web server ready to use.

Built With

  • React 17.0.0
  • Babel 7.12.3
  • Sass 1.27.0
  • Webpack 5.1.3

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

External resources

About

A glossary from the Rick and Morty API to practice async/await techniques with React.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published