Skip to content

React.js CRUD application with json-server and also a slide in navbar. Semantic and accessible.

Notifications You must be signed in to change notification settings

karinlj/my-react-blog-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My React blog 2022

Description

React.js CRUD application with json-server and also a slide in navbar. Semantic and accessible.

Screenshot

Installation

To clone

git clone https://github.com/karinlj/my-react-blog-2022.git

To install

cd my-react-blog

npm install

To run

npm start

Install json-server

npm install -g json-server

To run db with json-server (can be run in different terminal)

json-server --watch data/db.json --port 9000

To build

npm run build

The dist folder generated can be used for deployment in a web server, such as Apache or nginx.

Built With

  • React.js
  • Scss
  • json-server

Author

Acknowledgements

Thank's to The Net Ninja.
https://www.youtube.com/c/TheNetNinja

License

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

About

React.js CRUD application with json-server and also a slide in navbar. Semantic and accessible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published