Skip to content

Commit

Permalink
Merge pull request #19 from darthmaim/create-react-app
Browse files Browse the repository at this point in the history
Convert to create-react-app
  • Loading branch information
darthmaim committed Feb 16, 2019
2 parents d518d45 + 2150c3a commit cd3e914
Show file tree
Hide file tree
Showing 217 changed files with 8,028 additions and 14,505 deletions.
13 changes: 0 additions & 13 deletions .babelrc

This file was deleted.

1 change: 0 additions & 1 deletion .codecov.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

65 changes: 18 additions & 47 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,52 +1,23 @@
# Generated files
/temp
/public
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

#####
## https://github.com/github/gitignore/blob/master/Node.gitignore
#####
# dependencies
/node_modules
/.pnp
.pnp.js

# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# testing
/coverage

# node-waf configuration
.lock-wscript
# production
/build

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ install:

script:
- yarn test
- yarn run production
- yarn run build
34 changes: 34 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br>
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.<br>
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.<br>
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).
Binary file removed assets/img/asura.png
Binary file not shown.
Binary file removed assets/img/charr.png
Binary file not shown.
Binary file removed assets/img/elementalist.png
Binary file not shown.
Binary file removed assets/img/engineer.png
Binary file not shown.
Binary file removed assets/img/guardian.png
Binary file not shown.
Binary file removed assets/img/human.png
Binary file not shown.
Binary file removed assets/img/mesmer.png
Binary file not shown.
Binary file removed assets/img/necromancer.png
Binary file not shown.
Binary file removed assets/img/no-race.png
Binary file not shown.
Binary file removed assets/img/norn.png
Binary file not shown.
Binary file removed assets/img/ranger.png
Binary file not shown.
Binary file removed assets/img/revenant.png
Binary file not shown.
Binary file removed assets/img/sylvari.png
Binary file not shown.
Binary file removed assets/img/thief.png
Binary file not shown.
Binary file removed assets/img/warrior.png
Binary file not shown.
31 changes: 0 additions & 31 deletions assets/js/serviceworker/app.js

This file was deleted.

51 changes: 0 additions & 51 deletions assets/js/serviceworker/assets.js

This file was deleted.

25 changes: 0 additions & 25 deletions assets/js/serviceworker/cacheHelper.js

This file was deleted.

86 changes: 0 additions & 86 deletions assets/js/serviceworker/gw2.js

This file was deleted.

68 changes: 0 additions & 68 deletions assets/js/serviceworker/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions assets/js/serviceworker/storage.js

This file was deleted.

Loading

0 comments on commit cd3e914

Please sign in to comment.