Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-robson/rollup
This is a Rollup template for starting a React application from an empty template.
https://github.com/adam-robson/rollup
Last synced: about 2 months ago
JSON representation
This is a Rollup template for starting a React application from an empty template.
- Host: GitHub
- URL: https://github.com/adam-robson/rollup
- Owner: Adam-Robson
- Created: 2023-09-27T17:35:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T03:15:05.000Z (3 months ago)
- Last Synced: 2024-10-28T11:31:53.844Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 362 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rollup
## Description
This repo first contained a bare-bones example of how to create an application using Rollup, including importing a module from `node_modules` and converting it from CommonJS. It has since been converted to es modules, that together, make a simple list of tasks.
*For the otiginal starter template, see https://github.com/rollup/rollup-starter-app*
## Getting started
Clone this repository and install its dependencies:
```bash
git clone https://github.com/Adam-Robson/rollup
cd rollup
npm install
```The `dist` directory contains the build artifact.
## Scripts
`npm run clean` will empty out the public directory, preparing it for the next build.
`npm run build` builds the application to `dist/bundle.js`, along with a sourcemap file for debugging.
## License
To be determined.