Skip to content

Ron-Ash/worldwise

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

run

run the following in the terminal

  • cd worldwise
  • npm install
  • npm run server
  • npm run dev

add eslint plugin

  • run npm install eslint vite-plugin-eslint eslint-config-react-app --save-dev in terminal
  • create the .eslintrc.json file
  • reconfigure vite.config.js to add "vite-plugin-eslint"

add react-router library

  • run npm install react-router-dom@6 in terminal

add json-server library

  • run npm install json-server in terminal

add leaflet library

  • run npm install react-leaflet leaflet in terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published