0.1.1 • Published 8 months ago

route-planner-npm4 v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

REDUX

This project is using Redux Toolkit to handle the state.

In order to set it up you need to wrapp the _app/index/component file into and provide it with a store. It will look like this: . Store is imported from store.ts file.

Because we are using typescript, all state is type safe. Please import types and interfaces from types/index.ts file.

.ENV

There is an .env.example file. Use it as a refference to create main .env file

0.1.1

8 months ago

0.1.0

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago