From 506c63b251aaf537015aa7c05e1cab80d435e35d Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 15 Feb 2018 14:24:00 +0530 Subject: Initial Commit - Fixed the 'npm run dev' command issue. Original script doesn't build files when changed. --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9f4234 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +## svelte app (Modified) + +This is a project template for [Svelte](https://svelte.technology) apps. Original url at https://github.com/sveltejs/template. + +To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit): + +```bash +npm install -g degit # you only need to do this once + +degit sveltejs/template svelte-app +cd svelte-app +``` + +*Note that you will need to have [Node.js](https://nodejs.org) installed.* + + +## Get started + +Install the dependencies... + +```bash +cd svelte-app +npm install +``` + +...then start [Rollup](https://rollupjs.org): + +```bash +npm run dev +``` + +Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes. + -- cgit v1.2.3