Remove some instances of "starter kit"
Rename some files and change some identifiers to be neutral to the application name. This makes it simpler to change everything to a proper name when cloning this project. Document in the README how to find the remaining places to change. Closes #20
This commit is contained in:
parent
26c7b80a19
commit
1edb6a070b
7 changed files with 19 additions and 10 deletions
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
import React from 'react';
|
||||
import { StarterKit } from './starter-kit.jsx';
|
||||
import { Application } from './app.jsx';
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
React.render(React.createElement(StarterKit, {}), document.getElementById('app'));
|
||||
React.render(React.createElement(Application, {}), document.getElementById('app'));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue