Skip to content

Commit 9d541ae

Browse files
committed
Authorization companion app
1 parent ea3b54c commit 9d541ae

34 files changed

+21286
-17
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
/dist
14+
15+
# misc
16+
.DS_Store
17+
.env.local
18+
.env.development.local
19+
.env.test.local
20+
.env.production.local
21+
22+
npm-debug.log*
23+
yarn-debug.log*
24+
yarn-error.log*
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Solid multi-page react template
2+
3+
This is a template for a multi-page app using Solid.
4+
This project was built with [create-react-app](https://facebook.github.io/create-react-app/docs/getting-started).
5+
6+
## install
7+
8+
```
9+
npm install
10+
```
11+
12+
## run project
13+
14+
### `npm start`
15+
16+
Runs the app in the development mode.\
17+
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
18+
19+
The page will reload when you make changes.\
20+
You may also see any lint errors in the console.
21+
22+
### `npm run build`
23+
24+
Builds the app for production to the `build` folder.\
25+
It correctly bundles React in production mode and optimizes the build for the best performance.

0 commit comments

Comments
 (0)