Giter Site home page Giter Site logo

hello100blog / hello100blog--starter-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rollup/rollup-starter-app

0.0 2.0 1.0 41 KB

Bare-bones example of how to create an application using Rollup

License: MIT License

HTML 27.58% JavaScript 72.42%

hello100blog--starter-app's Introduction

rollup-starter-app

This repo contains a bare-bones example of how to create an application using Rollup, including importing a module from node_modules and converting it from CommonJS.

See also https://github.com/rollup/rollup-starter-lib

Getting started

Clone this repository and install its dependencies:

git clone https://github.com/rollup/rollup-starter-app
cd rollup-starter-app
npm install

The public/index.html file contains a <script src='bundle.js'> tag, which means we need to create public/bundle.js. The rollup.config.js file tells Rollup how to create this bundle, starting with src/main.js and including all its dependencies, including date-fns.

npm run build builds the application to public/bundle.js, along with a sourcemap file for debugging.

npm start launches a server, using serve. Navigate to localhost:5000.

npm run dev (run it in a separate terminal to npm start) will continually rebuild the application as your source files change, using rollup-watch.

License

MIT.

hello100blog--starter-app's People

Contributors

desfero avatar rich-harris avatar

Watchers

 avatar  avatar

Forkers

hello100blog1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.