Skip to content

Commit 6c8ae70

Browse files
committed
Remove heroku related files and doc clean.
1 parent 2b82123 commit 6c8ae70

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+16
-123
lines changed

Procfile

-1
This file was deleted.

build.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Let's say your project name is Foo.
44

55
* cd to Foo.
6-
* `npm run prod`
6+
* `npm run build`
77
The command will generate all static files into build folder.
88
* `npm run start:prod`
99
You can test the build by run `npm run start:prod`, the command will bring up a node server which servers all static files under build foler.
1010
Visit [http://localhost:5000](http://localhost:5000). If it works well, you'll see the page runs up.
1111
* Deploy.
12-
Put the files under build folder into your web server.
12+
Put the files under build folder into your web server.

build/1.bundle.js

-4
This file was deleted.

build/1.bundle.js.map

-1
This file was deleted.

build/10.bundle.js

-3
This file was deleted.

build/10.bundle.js.map

-1
This file was deleted.

build/11.bundle.js

-2
This file was deleted.

build/11.bundle.js.map

-1
This file was deleted.

build/12.bundle.js

-2
This file was deleted.

0 commit comments

Comments
 (0)